projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6aee7
)
xm-test, acm: fixes an API call due to recent changes.
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 8 Dec 2007 15:47:31 +0000
(15:47 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 8 Dec 2007 15:47:31 +0000
(15:47 +0000)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/xm-test/tests/security-acm/acm_utils.py
patch
|
blob
|
history
diff --git
a/tools/xm-test/tests/security-acm/acm_utils.py
b/tools/xm-test/tests/security-acm/acm_utils.py
index 67857fb2d923cbcd9569487fa08d02e4fe78e914..457aa840b3866c6178c3fdf47e4cf6aee236e69f 100644
(file)
--- a/
tools/xm-test/tests/security-acm/acm_utils.py
+++ b/
tools/xm-test/tests/security-acm/acm_utils.py
@@
-12,4
+12,5
@@
vmconfigfile = "/tmp/xm-test.conf"
if not isACMEnabled():
SKIP("Not running this test since ACM not enabled.")
-ACMSetPolicy(testpolicy)
+setCurrentPolicy(testpolicy)
+ACMSetPolicy()